home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 8
/
Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso
/
Aminet
/
dev
/
lang
/
SGMLS.lha
/
SGMLS
/
test
/
test010.sgm
< prev
next >
Wrap
Text File
|
1994-07-10
|
342b
|
15 lines
<!-- TEST10.GML: Tests encapsulated entities; reports 4 errors. -->
<!doctype doc [
<!entity % md1 md 'entity % be3 pi "BE3" '>
%md1;
<!entity a SDATA "A">
<!entity be4 pi "BE4">
<!element (doc|%be3 y)%be3 o o (#PCDATA | %be3 y)>
<!attlist (doc|y) att1 (%be3 x) x att2 CDATA "1&a;2">
%be3;
]>
<doc>
data
&be4;
</doc>